CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PSO algorithm

搜索资源列表

  1. pso

    0下载:
  2. 粒子群算法解决二进制问题,通过matlab语言进行编程-Binary particle swarm algorithm to solve the problem, through the matlab programming language
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2325
    • 提供者:lingling84
  1. PSO

    0下载:
  2. 本工程旨在提供一个PSO优化算法的工具箱,可以在MATLAB环境下运行或者在C++环境下进行编译。-The project aims to create a toolbox based on PSO Algorithm, which can be a part of the Matlab environment and also as a standalone application.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1395
    • 提供者:wgl
  1. PSO_base_RBF

    3下载:
  2. PSO的RBFNN优化程序 算法步骤 1.样本数据归一化处理,即将输入输出归一化到[-1,1]区间; 2.确定RBF网络的中心和宽度; 3.以拟合误差的均方根作为性能指标,使用PSO算法优化RBF网络输出层到隐层的连接权值矩阵-PSO-RBFNN algorithm optimization procedures Step 1. Sample data normalization treatment, about input and output normalized to [-
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:3815
    • 提供者:aKON
  1. pso_2D

    0下载:
  2. PSO算法的MATLAB代码 有较清楚的粒子优化过程的三维图演示 -MATLAB code for PSO algorithm are better particle three-dimensional map shows the optimization process
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:2340
    • 提供者:WUYAN
  1. PSOFuzzyModeler

    1下载:
  2. Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3196508
    • 提供者:sukuifeng
  1. pso

    0下载:
  2. 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最优。-pso
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1675175
    • 提供者:张岩
  1. PSO-random-kidnap

    0下载:
  2. 用随机自适应粒子群优化算法求解背包问题。-Random adaptive particle swarm optimization algorithm to solve knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1332681
    • 提供者:李北辰
  1. pso_in_SD

    0下载:
  2. 最新SD期刊上关于改进型PSO算法,我是通过学校内部数据库在SD下载的哦!包括《A dynamic inertia weight particle swarm optimization algorithm》、《Adaptive Particle Swarm Optimization》、《Cyber Swarm Algorithms – Improving particle swarm optimization using adaptive memory strategies》。这三篇都是比较有研
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2744378
    • 提供者:asdwe
  1. 4

    0下载:
  2. 介绍了一种高效的改进型PSO算法,北理教授发表,国内著名核心期刊收录。-Introduces an efficient improved PSO algorithm, the North Professor published in famous journals included the core.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:534738
    • 提供者:asdwe
  1. PSO

    1下载:
  2. 基于模拟退火的粒子群算法,模拟退火算法在搜索过程中具有该概率突跳的能力,能够有效地避免搜索过程陷入局部极小解。-Based on simulated annealing particle swarm optimization, simulated annealing algorithm in the search process has a sudden jump in the probability of the capacity, which can effectively avoid th
  3. 所属分类:Algorithm

    • 发布日期:2016-10-26
    • 文件大小:2665
    • 提供者:cuiping5122
  1. pso

    0下载:
  2. 粒子群聚类算法-Particle cluster-like algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1219
    • 提供者:kong
  1. pso

    0下载:
  2. 粒子群聚类算法例题及其详细解析-Example particle cluster-like algorithm and its detailed analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1217
    • 提供者:kong
  1. pso-ppt-sample

    1下载:
  2. 微粒群优化算法 (PSO) 是一种进化计算技术 , 由Eberhart博士和kennedy博士于1995年提出。微粒群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique, by Dr. Eberhart and Dr. kennedy made in 1995. Particle Swarm Optimization Alg
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-25
    • 文件大小:1087353
    • 提供者:Kevin
  1. pso

    4下载:
  2. 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the birds of prey, is based on iter
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:16769
    • 提供者:熊杰
  1. Hybrid-PSO

    1下载:
  2. 基于matlab的混合粒子群算法,供算法应用学习者参考。-Matlab-based hybrid particle swarm algorithm, algorithm is used for learner reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-09-24
    • 文件大小:3732
    • 提供者:zangtianlei
  1. pso

    0下载:
  2. 人工智能中的PSO算法,C++编程,抄来的,可以使用。-Artificial Intelligence in the PSO algorithm, C++ programming, copied, and can be used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:4405
    • 提供者:李晨阳
  1. pso

    3下载:
  2. 对不同噪声强度的加噪图像,用粒子群优化算法优化结构元素,找到最优结构元素,对图像进行去噪操作,使恢复的图像达到最大峰值信噪比-Noise intensity for different images with noise, using particle swarm optimization algorithm to optimize the structure elements, find the optimal structure element, the image de-noising o
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:129644
    • 提供者:吴琳珠
  1. aaa

    0下载:
  2. 基于pso算法在股票短期预测上应用,建立在arma模型的基础上-Pso algorithm based on short-term prediction in the stock application, built on the basis of arma models
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1400
    • 提供者:汪建锋
  1. PSO

    0下载:
  2. PSO优化算法几种常用的标准代码C语言版,PSO优化算法几种常用的标准代码C语言版-PSO algorithm several common C language version of the standard code
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:49798
    • 提供者:xionggj
  1. PSO(matlab)

    0下载:
  2. PSO算法,通用性较强,只要换一下fitness就可以了-PSO algorithm, universal strong, as long as a change in fitness can be a
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1076
    • 提供者:曾嘉俊
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com